home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000293_news@newsmaster….columbia.edu _Thu Sep 4 17:34:08 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA14547
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 4 Sep 1997 17:34:07 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA05682
  7.     for kermit.misc@watsun; Thu, 4 Sep 1997 17:34:06 -0400 (EDT)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!news.mathworks.com!europa.clark.net!158.152.1.94!dispatch.news.demon.net!demon!deepsea.demon.co.uk!not-for-mail
  9. From: Simon Hanmer <sch@deepsea.demon.co.uk>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Exit on busy signal
  12. Date: Thu, 04 Sep 1997 22:23:44 +0100
  13. Organization: Somewhere Wet
  14. Message-ID: <340F26E0.52BA@deepsea.demon.co.uk>
  15. Reply-To: sch@deepsea.demon.co.uk
  16. NNTP-Posting-Host: deepsea.demon.co.uk
  17. X-NNTP-Posting-Host: deepsea.demon.co.uk [158.152.19.90]
  18. X-Mailer: Mozilla 3.01Gold (Win95; I)
  19. MIME-Version: 1.0
  20. Content-Type: text/plain; charset=us-ascii
  21. Content-Transfer-Encoding: 7bit
  22. Lines: 24
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:7613
  24.  
  25. I'm hoping someone here can help - I have a script which looks something
  26. like:
  27.  
  28.    set line /dev/xxx
  29.    set speed 9600
  30.    set modem type hayes
  31.    dial nnnnnnn
  32.    if failure exit
  33.    echo hi
  34.    exit
  35.  
  36. The problem comes if the modem hits a busy signal - its recognises it
  37. and executes the 'if failure' - the problem is that I then get a message
  38. saying something like 'there may still be a connection on /dev/xxx - do
  39. you want to exit ?' and I need to answer yes or no manually. Is there a
  40. way of disabling this action, so that the exit returns straight to the
  41. prompt.
  42.  
  43. I'd appreciate answers via e-mail if poss since I don't normally look at
  44. this group, but I'm willing to post a summary back.
  45.  
  46.  
  47. Thanks,
  48.    Simon - a desperate kermit novice.